Sets our main struct and passes it to the parent class.
Copy a PangoAttrIterator.
Destroy a PangoAttrIterator and free all associated memory.
Find the current attribute of a particular type at the iterator location.
Gets a list of all attributes at the current position of the iterator.
Get the font and other attributes at the current iterator position.
Get the main Gtk struct
the main Gtk struct as a void*
Advance the iterator until the next change of style.
Get the range of the current segment.
the main Gtk struct
A PangoAttrIterator is used to iterate through a PangoAttrList.
A new iterator is created with [method@Pango.AttrList.get_iterator]. Once the iterator is created, it can be advanced through the style changes in the text using [method@Pango.AttrIterator.next]. At each style change, the range of the current style segment and the attributes currently in effect can be queried.